home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / converter / pbm with gui / gui / pbm / pnmtotiff < prev    next >
Encoding:
Text File  |  1996-07-16  |  719 b   |  20 lines

  1. "pnmtotiff "Save TIFF file
  2.     [-none|-packbits|-lzw|-g3|-g4] [-2d] [-fill] [-predictor n]
  3.          [-msb2lsb|-lsb2msb] [-rowsperstrip n] [pnmfile]
  4.    "Convert PNM to TIFF"
  5.    "TIFF"
  6.    CYCLE "Pack _mode"!!Compression Mode!
  7.       "None":"-none"
  8.       "Bits":"-packbits"
  9.       "LZW":"-lzw"
  10.          ONUMBER "_Predictor":"-predictor ":"1":N!!LZW Predictor!
  11.       "Group 3":"-g3"
  12.          CHECK "2_d":"-2d":N!!2d encoding!
  13.          CHECK "_Fill":"-fill":N!!Zero fill to byte boundary!
  14.       "Group 4":"-g4"
  15.    ENDCYCLE:"2"
  16.    CHECK "_LSB to MSB":"-lsb2msb":N!!Change byte order!
  17.    ONUMBER "_Rows per strip":"-rowsperstrip ":"8":N!!Rows per strip!
  18.    LFILE "_Input":"":""!!Input File!
  19.    SFILE "O_utput":">":""!!Output File!
  20.